home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / cobalts.zip / POW.BAT < prev    next >
DOS Batch File  |  1990-09-03  |  410b  |  17 lines

  1. @echo off
  2. GOTO START
  3.  
  4. this batch creates the COBALTS program when used with POWER C 2.0
  5. the external library files are required as listed in COBALTS.prj
  6.  
  7. :START
  8. IF NOT EXIST RUSS.PCX GOTO ENDER
  9. IF NOT EXIST ENTRTAN.SND GOTO ENDER
  10. IF NOT EXIST COBALTS.C GOTO ENDER
  11. ANIMAKE RUSS.PCX
  12. SND2TXT ENTRTAN.SND
  13. REN ENTRTAN.TXT EMTERTAN.C
  14. pc/e cobalts /ml
  15. :ENDER
  16. echo We now return to Normal Programming
  17.